projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b0ad1a
)
Doc fix.
author
Pavel Janík
<Pavel@Janik.cz>
Fri, 4 Jan 2002 21:35:15 +0000
(21:35 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Fri, 4 Jan 2002 21:35:15 +0000
(21:35 +0000)
src/sound.c
patch
|
blob
|
history
diff --git
a/src/sound.c
b/src/sound.c
index d9fd55966a5014c4c70dafb6791d87cd17d04fa7..258c67261d38434af9baa0016294c2f1e44246cd 100644
(file)
--- a/
src/sound.c
+++ b/
src/sound.c
@@
-394,7
+394,7
@@
DEFUN ("play-sound", Fplay_sound, Splay_sound, 1, 1, 0,
SOUND is a list of the form `(sound KEYWORD VALUE...)'.
The following keywords are recognized:
- :file FILE
.
- read sound data from FILE. If FILE isn't an
+ :file FILE
- read sound data from FILE. If FILE isn't an
absolute file name, it is searched in `data-directory'.
:data DATA - read sound data from string DATA.